home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / limit.hlp < prev    next >
Encoding:
Text File  |  1989-05-09  |  340 b   |  8 lines

  1. LIMIT (loexpr,expr,hiexpr)
  2.  
  3. Returns value of 'expr' if 'expr' is greater than or equal to 'loexpr'
  4. and less than or equal to 'hiexpr'.  Otherwise returns either 'loexpr'
  5. or 'hiexpr' depending on whether 'expr' is out of bounds low or high.
  6.  
  7. That is, LIMIT keeps the value of 'expr' within the bounds given by
  8. 'loexpr' and 'hiexpr'.